body{
	margin:0px;
	padding:0px;	
}

#solid{
	width: 100%;
	height: 500px;
	clear: both;
	position: relative;
}
#solid .solid0,#solid .solid1,#solid .solid2{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:498px;
	display:none;
}
#solid .solid0{
	background-size:100%;
	background:url(fla2.jpg) no-repeat;
	background-repeat: repeat;
	background-color: #005dc2;
}
#solid .solid1{
	background-size:100%;
	background:url(fla2.jpg) no-repeat;
	background-repeat: repeat;
	background-color: #005dc2;
}
#solid ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#solid ul li{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1100px;
	height: 500px;
	margin-left: -620px;
	display: none;
	cursor: pointer;
}
#solid #btt{
	width: 980px;
	height: 55px;
	top: 430px;
	left: 50%;
	position: relative;
	margin-left: -480px;
}
#solid #btt span{
	position:absolute;
	top:15px;
	left:45%;
	display:block;
	width:30px;
	height:8px;
	margin:0 15px;	
	text-align:center;
	background:#3d3d3d;
	z-index:1000;
	cursor:pointer;
	filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
	-moz-opacity:0.7; /*Firefox私有，透明度50%*/
	opacity:0.7;/*其他，透明度50%*
}
